home *** CD-ROM | disk | FTP | other *** search
/ Gamecube Preview CD ROM / 04 - Gamecube Preview CD-ROM.iso / pc / site / gamecube.swf / scripts / DefineButton2_18 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2001-09-17  |  279 b   |  10 lines

  1. on(press){
  2.    _root.currentgame = 4;
  3.    _root.gotoAndStop(3);
  4.    outSound.start();
  5.    _root.gamepage.over.gotoAndStop(_root.currentgame);
  6.    _root.gamepage.blur.gotoAndStop(_root.currentgame);
  7.    _root.gamepage.sharp.gotoAndStop(_root.currentgame);
  8.    _parent.play();
  9. }
  10.